Update dependency Pygments to v2.17.1 #588
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==2.16.1
->==2.17.1
Release Notes
pygments/pygments (Pygments)
v2.17.1
Compare Source
(released November 19, 2023)
Updated lexers:
v2.17.0
Compare Source
(released November 18, 2023)
New lexers:
Updated lexers:
elseif
keyword (#2528)lean3
, in preparation fora possible switch to
lean
highlighting as Lean 4 (#2546)JSON formats (#2490)
and
keyword, removevalue
from keywords (#2521)starlark
andbazel
aliases (#2517, #2516)len
likesize
(#2508)panic
keyword and->
operator (#2510)(#2493), add missing variant languages (#2494)
Fix ctags support and tests (#2487)
Include
Lexer.add_filter
in the documentation (#2519)Add a
Lean3Lexer
alias (#2546)The
pygments.styles
module contains a newSTYLES
variablewith a dictionary of built-in styles. The old
STYLE_MAP
variable,which uses a different format, is kept for backwards compatibility.
On Windows, add a new installation extra (
windows-terminal
) which pulls independencies for colored console output. See :doc:
cmdline
for more details.(#2505)
Support more file types in
autopygmentize
script (#2513)Change color of numbers in
rrt
style (#2526)Fix error when trying to look up plugin formatters by file extension
of the output format (#2563)
Use Hatchling as a build backend instead of setuptools.
This change is transparent to most users. Distribution packagers
who build without build isolation need to add hatchling as a build
dependency and remove setuptools. People downloading source distributions
and wheels from PyPI directly should note that they now have
pygments
in their file names instead of
Pygments
. (#2573)Improve the test framework to also check for lost tokens when processing the
snippets and example files (#2582.)
Improve the Dracula style definition to make it easier to maintain (#2575)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.